projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
957b05c
)
* src/undo.c (record_property_change): Remove now-unused local.
author
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 26 Nov 2015 00:14:30 +0000
(16:14 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Thu, 26 Nov 2015 00:14:53 +0000
(16:14 -0800)
src/undo.c
patch
|
blob
|
history
diff --git
a/src/undo.c
b/src/undo.c
index 104c3bb3fc4c10ed34eea4e2264f661b25dcda23..060dbfc97b1cedad572cfe3d7c34043ca8143046 100644
(file)
--- a/
src/undo.c
+++ b/
src/undo.c
@@
-224,7
+224,7
@@
record_property_change (ptrdiff_t beg, ptrdiff_t length,
Lisp_Object buffer)
{
Lisp_Object lbeg, lend, entry;
- struct buffer *
obuf = current_buffer, *
buf = XBUFFER (buffer);
+ struct buffer *buf = XBUFFER (buffer);
if (EQ (BVAR (buf, undo_list), Qt))
return;